aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-05-28 11:50:35 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2024-05-28 11:50:35 +0200
commitff73fe50a8d2bc9d9777f8e070239642c0221a42 (patch)
tree80a099ddb907145bb27d53e0d8fd97d85499236d
parent02e58c856c5e0ac1601508cb09ef5845840efebc (diff)
downloadgnunet-master.tar.gz
gnunet-master.zip
gns: fix test config detection that lead to skipped testsHEADmaster
-rwxr-xr-xsrc/cli/gns/test_dns2gns.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_at_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_box_sbox.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_caa_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_config_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_delegated_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_dht_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_gns2dns_cname_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_gns2dns_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_gns2dns_zkey_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_ipv6_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_lightest.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_multiple_record_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_mx_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_quickupdate.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_redirect_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_rel_expiration.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_revocation.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_sbox.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_sbox_simple.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_soa_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_txt_lookup.sh2
-rwxr-xr-xsrc/cli/gns/test_gns_zkey_lookup.sh2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/cli/gns/test_dns2gns.sh b/src/cli/gns/test_dns2gns.sh
index a6024ca3c..a5657a719 100755
--- a/src/cli/gns/test_dns2gns.sh
+++ b/src/cli/gns/test_dns2gns.sh
@@ -8,7 +8,7 @@ if [ -z $LOCATION ]
8then 8then
9 LOCATION="gnunet-config" 9 LOCATION="gnunet-config"
10fi 10fi
11$LOCATION --version 1> /dev/null 11$LOCATION --list-sections 1> /dev/null
12if test $? != 0 12if test $? != 0
13then 13then
14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_at_lookup.sh b/src/cli/gns/test_gns_at_lookup.sh
index 6a2c958de..b10ecfd18 100755
--- a/src/cli/gns/test_gns_at_lookup.sh
+++ b/src/cli/gns/test_gns_at_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_box_sbox.sh b/src/cli/gns/test_gns_box_sbox.sh
index d7e95912e..062194091 100755
--- a/src/cli/gns/test_gns_box_sbox.sh
+++ b/src/cli/gns/test_gns_box_sbox.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_caa_lookup.sh b/src/cli/gns/test_gns_caa_lookup.sh
index fb488f47b..5740caf4c 100755
--- a/src/cli/gns/test_gns_caa_lookup.sh
+++ b/src/cli/gns/test_gns_caa_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_config_lookup.sh b/src/cli/gns/test_gns_config_lookup.sh
index bda08f87b..4b01ddbd8 100755
--- a/src/cli/gns/test_gns_config_lookup.sh
+++ b/src/cli/gns/test_gns_config_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_delegated_lookup.sh b/src/cli/gns/test_gns_delegated_lookup.sh
index 5105abdb5..b90d2d750 100755
--- a/src/cli/gns/test_gns_delegated_lookup.sh
+++ b/src/cli/gns/test_gns_delegated_lookup.sh
@@ -8,7 +8,7 @@ if [ -z $LOCATION ]
8then 8then
9 LOCATION="gnunet-config" 9 LOCATION="gnunet-config"
10fi 10fi
11$LOCATION --version 1> /dev/null 11$LOCATION --list-sections 1> /dev/null
12if test $? != 0 12if test $? != 0
13then 13then
14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_dht_lookup.sh b/src/cli/gns/test_gns_dht_lookup.sh
index da87d8477..bd342fff7 100755
--- a/src/cli/gns/test_gns_dht_lookup.sh
+++ b/src/cli/gns/test_gns_dht_lookup.sh
@@ -8,7 +8,7 @@ if [ -z $LOCATION ]
8then 8then
9 LOCATION="gnunet-config" 9 LOCATION="gnunet-config"
10fi 10fi
11$LOCATION --version 1> /dev/null 11$LOCATION --list-sections 1> /dev/null
12if test $? != 0 12if test $? != 0
13then 13then
14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_gns2dns_cname_lookup.sh b/src/cli/gns/test_gns_gns2dns_cname_lookup.sh
index c33c9d132..885c9991a 100755
--- a/src/cli/gns/test_gns_gns2dns_cname_lookup.sh
+++ b/src/cli/gns/test_gns_gns2dns_cname_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_gns2dns_lookup.sh b/src/cli/gns/test_gns_gns2dns_lookup.sh
index 43a4756d3..4e2801432 100755
--- a/src/cli/gns/test_gns_gns2dns_lookup.sh
+++ b/src/cli/gns/test_gns_gns2dns_lookup.sh
@@ -6,7 +6,7 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 1> /dev/null 9$LOCATION --list-sections 1> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_gns2dns_zkey_lookup.sh b/src/cli/gns/test_gns_gns2dns_zkey_lookup.sh
index 03549314e..e497815a7 100755
--- a/src/cli/gns/test_gns_gns2dns_zkey_lookup.sh
+++ b/src/cli/gns/test_gns_gns2dns_zkey_lookup.sh
@@ -6,7 +6,7 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 1> /dev/null 9$LOCATION --list-sections 1> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_ipv6_lookup.sh b/src/cli/gns/test_gns_ipv6_lookup.sh
index 31e662f68..1b4849b32 100755
--- a/src/cli/gns/test_gns_ipv6_lookup.sh
+++ b/src/cli/gns/test_gns_ipv6_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_lightest.sh b/src/cli/gns/test_gns_lightest.sh
index 2d2203e66..dff5db225 100755
--- a/src/cli/gns/test_gns_lightest.sh
+++ b/src/cli/gns/test_gns_lightest.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_lookup.sh b/src/cli/gns/test_gns_lookup.sh
index 92dfae28b..5cdd7791f 100755
--- a/src/cli/gns/test_gns_lookup.sh
+++ b/src/cli/gns/test_gns_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_multiple_record_lookup.sh b/src/cli/gns/test_gns_multiple_record_lookup.sh
index 52a487329..958f85cd4 100755
--- a/src/cli/gns/test_gns_multiple_record_lookup.sh
+++ b/src/cli/gns/test_gns_multiple_record_lookup.sh
@@ -13,7 +13,7 @@ if [ -z $LOCATION ]
13then 13then
14 LOCATION="gnunet-config" 14 LOCATION="gnunet-config"
15fi 15fi
16$LOCATION --version 1> /dev/null 16$LOCATION --list-sections 1> /dev/null
17if test $? != 0 17if test $? != 0
18then 18then
19 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 19 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_mx_lookup.sh b/src/cli/gns/test_gns_mx_lookup.sh
index 6f2b8192d..d13bbcba7 100755
--- a/src/cli/gns/test_gns_mx_lookup.sh
+++ b/src/cli/gns/test_gns_mx_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_quickupdate.sh b/src/cli/gns/test_gns_quickupdate.sh
index eac69103d..e3877b6f0 100755
--- a/src/cli/gns/test_gns_quickupdate.sh
+++ b/src/cli/gns/test_gns_quickupdate.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_redirect_lookup.sh b/src/cli/gns/test_gns_redirect_lookup.sh
index 90729713d..d07406511 100755
--- a/src/cli/gns/test_gns_redirect_lookup.sh
+++ b/src/cli/gns/test_gns_redirect_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_rel_expiration.sh b/src/cli/gns/test_gns_rel_expiration.sh
index a240cfd0f..01a61bcb3 100755
--- a/src/cli/gns/test_gns_rel_expiration.sh
+++ b/src/cli/gns/test_gns_rel_expiration.sh
@@ -14,7 +14,7 @@ then
14 exit 77 14 exit 77
15fi 15fi
16 16
17$LOCATION --version 1> /dev/null 17$LOCATION --list-sections 1> /dev/null
18if test $? != 0 18if test $? != 0
19then 19then
20 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 20 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_revocation.sh b/src/cli/gns/test_gns_revocation.sh
index 2253adcb4..f3c9b3d8c 100755
--- a/src/cli/gns/test_gns_revocation.sh
+++ b/src/cli/gns/test_gns_revocation.sh
@@ -8,7 +8,7 @@ if [ -z $LOCATION ]
8then 8then
9 LOCATION="gnunet-config" 9 LOCATION="gnunet-config"
10fi 10fi
11$LOCATION --version 1> /dev/null 11$LOCATION --list-sections 1> /dev/null
12if test $? != 0 12if test $? != 0
13then 13then
14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_sbox.sh b/src/cli/gns/test_gns_sbox.sh
index 6918bf130..313590587 100755
--- a/src/cli/gns/test_gns_sbox.sh
+++ b/src/cli/gns/test_gns_sbox.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_sbox_simple.sh b/src/cli/gns/test_gns_sbox_simple.sh
index f0d31e471..e29a00be1 100755
--- a/src/cli/gns/test_gns_sbox_simple.sh
+++ b/src/cli/gns/test_gns_sbox_simple.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_soa_lookup.sh b/src/cli/gns/test_gns_soa_lookup.sh
index a697782bb..cd358cc32 100755
--- a/src/cli/gns/test_gns_soa_lookup.sh
+++ b/src/cli/gns/test_gns_soa_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_txt_lookup.sh b/src/cli/gns/test_gns_txt_lookup.sh
index 4e36e8ad8..038ee596b 100755
--- a/src/cli/gns/test_gns_txt_lookup.sh
+++ b/src/cli/gns/test_gns_txt_lookup.sh
@@ -7,7 +7,7 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 1> /dev/null 10$LOCATION --list-sections 1> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/cli/gns/test_gns_zkey_lookup.sh b/src/cli/gns/test_gns_zkey_lookup.sh
index 3d4aefc7c..d7cc1a475 100755
--- a/src/cli/gns/test_gns_zkey_lookup.sh
+++ b/src/cli/gns/test_gns_zkey_lookup.sh
@@ -8,7 +8,7 @@ if [ -z $LOCATION ]
8then 8then
9 LOCATION="gnunet-config" 9 LOCATION="gnunet-config"
10fi 10fi
11$LOCATION --version 1> /dev/null 11$LOCATION --list-sections 1> /dev/null
12if test $? != 0 12if test $? != 0
13then 13then
14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 14 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"